home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; ercmunic.inf -- Install the Ericsson PipeRider(tm) WDM drivers
- ;
- ; Copyright (c) 1999 Ericsson, Inc.
- ;
- ; $Id: lower.inf,v 1.7 2000/02/24 03:23:52 tmm Exp $
- ;
- ; PipeRider is a trademark of Ericsson, Inc.
- ;
- ;*****************************************************************************
-
- [version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=06/16/2000, 3.15.0.101
-
- [ClassInstall]
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- EricssonWdm.W95.CopyFiles = 11 ; LDID_SYS
- EricssonWdm.NT.CopyFiles = 12 ; system32\drivers
- PropPages.CopyFiles = 11 ; system
-
- ;-----------------------------------------------------------------------------
- ; Specify the install disks. A bit unwieldy during development.
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"CMUSB",,
-
- [SourceDisksFiles]
- ; filename = diskid[, [subdir] [, size]]
- ercmunic.sys = 1
- ercmcr95.sys = 1
- ercmcrnt.sys = 1
- vercmcr.vxd = 1
- ercmwh95.sys = 1
- ercmwhnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents: manufacturer, then devices.
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %Ericsson%=Ericsson
-
- ;-----------------------------------------------------------------------------
- ; The devices
- ;-----------------------------------------------------------------------------
- [Ericsson]
- %Ericsson.Ndis.Desc% = EricssonWdm.Install, USB\VID_08EA&PID_0001
-
- ;-----------------------------------------------------------------------------
- ; How to install them: On W9x, the [section] name is used directly.
- ; On NT, the system first tries [section.NT], then [section].
- ;-----------------------------------------------------------------------------
-
- ;-----------------------------------------------------------------------------
- ; Diagnostics Files CopyFiles List Section
- ;-----------------------------------------------------------------------------
- [Ericsson.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; XXX when we have a property page DLL, add it to the following section.
- ;-----------------------------------------------------------------------------
- [PropPages.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on W95/W98
- ;-----------------------------------------------------------------------------
- [EricssonWdm.Install]
- DriverVer=06/16/2000, 3.15.0.101
- CopyFiles = EricssonWdm.W95.CopyFiles, Ericsson.CopyFiles, PropPages.CopyFiles
- AddReg = EricssonWdm.AddReg, EricssonWdm.W95.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [EricssonWdm.Install.NT]
- DriverVer=06/16/2000, 3.15.0.101
- CopyFiles = EricssonWdm.NT.CopyFiles
- AddReg = EricssonWdm.AddReg, EricssonWdm.NT.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to start the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [EricssonWdm.Install.NT.Services]
- AddService = ercmunic, 2, EricssonWdm.AddService
-
- [EricssonWdm.AddService]
- DisplayName = %Ericsson.Service.Desc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\ercmunic.sys
- LoadOrderGroup = Base
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (all platforms)
- ;-----------------------------------------------------------------------------
- [EricssonWdm.AddReg]
- HKR,,CRUpperDescription,,%UpperDescription%
- HKR,,CREnum,,ERCMCR
- HKR,,Configuration,1, 01,00,00,00
- HKR,,EnableRxBulkStream, 0x10001, 00,00,00,00
- HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
- HKR,,DataAltSetting,1, 01,00,00,00
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (W95/98) (including how to start the driver)
- ;-----------------------------------------------------------------------------
- [EricssonWdm.W95.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,ercmunic.sys
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (NT only)
- ;-----------------------------------------------------------------------------
- [EricssonWdm.NT.AddReg]
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for Win95 -- different because things go in
- ; different places. Also, we probably need to rename drivers
- ; during the install.
- ;-----------------------------------------------------------------------------
- [EricssonWdm.W95.CopyFiles]
- ercmunic.sys
- ercmcr.sys,ercmcr95.sys
- vercmcr.vxd
- ercmwh.sys,ercmwh95.sys
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for NT -- different because things go in
- ; different places.
- ;-----------------------------------------------------------------------------
- [EricssonWdm.NT.CopyFiles]
- ercmunic.sys
- ercmwh.sys,ercmwhnt.sys
- ercmcr.sys,ercmcrnt.sys
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "Ericsson, Inc."
- Ericsson = "Ericsson, Inc."
- DiskString = "PipeRider(tm) Cable Modem installation disk"
-
- Ericsson.Ndis.Desc = "Ericsson PipeRider(tm) USB Cable Modem"
- Ericsson.Service.Desc = "PipeRider(tm) WDM Driver"
-
- UpperDescription = "PipeRider(tm) networking support"
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; Following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
- ;*** end of file ***
-